home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 22
/
PC Actual CD 22.iso
/
progs
/
DIRECTOR
/
data.z
/
Tweening.dir
/
Scripts_7_Loop On Frame 50 Times.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
297 b
|
14 lines
on exitFrame
global gCountTweeningLoop
if voidp(gCountTweeningLoop) then
set gCountTweeningLoop to 1
end if
if gCountTweeningLoop = 50 then
go(the frame + 1)
set gCountTweeningLoop to 1
else
go(the frame)
set gCountTweeningLoop to gCountTweeningLoop + 1
end if
end